home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / wiggi_wa.swf / scripts / DefineSprite_320 / frame_4 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  227 b   |  13 lines

  1. function onEnterFrame()
  2. {
  3.    timer++;
  4.    if(timer == 60)
  5.    {
  6.       STAGE.newMessage(400,75,"Here, you can create your own Wiggi!",15,30,100,"Sound_Dressup");
  7.       timer++;
  8.    }
  9. }
  10. stop();
  11. timer = 0;
  12. loadAllData();
  13.